net/http.http2Frame.Header (method)
6 uses
net/http (current package)
h2_bundle.go#L1654: Header() http2FrameHeader
h2_bundle.go#L1948: fh := f.Header()
h2_bundle.go#L1954: last.Header().Type, fr.lastHeaderStream))
h2_bundle.go#L3020: f.Header().writeDebug(&buf)
h2_bundle.go#L5337: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
h2_bundle.go#L5370: sc.vlogf("http2: server ignoring frame: %v", f.Header())
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |